home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
NLoad
/
LoadWrap.psw
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-03-09
|
192 b
|
9 lines
defineps drawload(float offset, length, color)
color setgray offset 0 1 length rectfill
endps
defineps drawline(float offset, length, color)
color setgray 0 offset length 1 rectfill
endps